home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Peter Lewis / PNL Libraries / Assembly / ProfileHack.p < prev    next >
Encoding:
Text File  |  1993-12-31  |  104 b   |  9 lines  |  [TEXT/PJMM]

  1. unit ProfileHack;
  2.  
  3. interface
  4.  
  5.     procedure SetProfileProcs (pbegin, pexit: ProcPtr);
  6.  
  7. implementation
  8.  
  9. end.